home *** CD-ROM | disk | FTP | other *** search
- In article <egarcia.24.0017CDCF@trumpet.calpoly.edu> egarcia@trumpet.calpoly.edu (Ed Garcia) writes:
- >From: egarcia@trumpet.calpoly.edu (Ed Garcia)
- >Subject: What's the most recent version of Winsock?
- >Date: Thu, 10 Feb 1994 23:48:09
-
- >1.0a
-
- 1.0 Rev A.
-
- >or 1.0b #5? <--- this refers to 1.0 Final beta #5
-
- Peter
-
-
-
-
- ----------------------------------------------------------------------------
- P.Tattam International Phone 61-02-202346
- Programmer, Psychology Department Australia Phone 002-202346
- University of Tasmania, Hobart, Tasmania, Australia
- ----------------------------------------------------------------------------
- From davidtr@microsoft.com Tue Feb 15 14:45:00 1994
- Received: from netmail2.microsoft.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA02277; Wed, 16 Feb 1994 01:46:08 -0500
- Received: by netmail2.microsoft.com (5.65/25-eef)
- id AA23422; Tue, 15 Feb 94 22:47:03 -0800
- Received: by netmail2 using fxenixd 1.0 Tue, 15 Feb 94 22:47:03 PST
- Message-Id: <9402160646.AA04407@itgmsm>
- From: davidtr@microsoft.com
- To: winsock@sunsite.unc.edu, winsock@sunsite.unc.edu
- Subject: RE: Windows NT Handles and Sockets
- Date: Tue, 15 Feb 94 22:45:00 PST
- X-Mailer: Microsoft Mail V3.0
-
-
-
- ----------
- |From: winsock
- |
- |Hello,
- |
- |I'm doing some programming with NT and sockets. I was under the impression
-
- |that in NT, sockets were implemented as HANDLES. This would make it
- possible
- |to use sockets on functions like ReadFile/WriteFile. However, when I try
- to
- |insert a SOCKET in place of the HANDLE in the function call, Visual C++
- |(NT version) refuses to accept this. Is it possible to use sockets and
- |HANDLES interchangeably in any of the NT file calls?
-
- cast the SOCKET returned from socket() to a HANDLE when passing to
- ReadFile() etc. that should do the trick.
-
- one caveat: NT sockets are opened as overlapped handles, so you need to
- specify the LPOVERLAPPED handle on ReadFile() in order to successfully use
- that routine with a socket handle.
-
- dave
- From davidtr@microsoft.com Tue Feb 15 14:49:00 1994
- Received: from netmail2.microsoft.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA02522; Wed, 16 Feb 1994 01:49:49 -0500
- Received: by netmail2.microsoft.com (5.65/25-eef)
- id AA23464; Tue, 15 Feb 94 22:50:46 -0800
- Received: by netmail2 using fxenixd 1.0 Tue, 15 Feb 94 22:50:46 PST
- Message-Id: <9402160649.AA04828@itgmsm>
- From: davidtr@microsoft.com
- To: winsock@sunsite.unc.edu
- Subject: RE: Winsock on Windows NT
- Date: Tue, 15 Feb 94 22:49:00 PST
- X-Mailer: Microsoft Mail V3.0
-
-
-
-
- |From: netmail!finken@conware.de (Michael Finken)
- |
- |I'm in the process of doing some design work for a gateway program,
- |which should on one side be based on WINSOCK. The gateway should be
- |able to handle between 100 and 300 TCP connections concurrently.
- |
- |I've browsed through some doc about the WIN32 API, but didn't find
- |anything about WINSOCK there. I've some questions...
- |
- |1) Is there a limit of sockets available to one task? Can this limit
- | be configured?
-
- no static limit, it just depends on how much physical memory your machine
- has.
-
- |2) From what I've seen a SO_REUSEADDR socket option is supported.
- | Can two tasks use the same listener port, then? How are incoming
- | connect requests multiplexed between those tasks? Does always the
- | first one in the queue with enough available backlog in listen()
- | get it?
-
- both tasks can listen() on sockets bound to the same port, but there are no
- guarantees as to which one will get incoming connections. because of this,
- it is usually better to have a single listening socket which passes accepted
- sockets off to other threads or processes. that way, you have control over
- where each socket goes and can implement any necessary round-robining
- yourself.
-
- davidtr@microsoft.com
- From wagnermi@informatik.tu-muenchen.de Wed Feb 16 09:54:55 1994
- Received: from tuminfo2.informatik.tu-muenchen.de by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA06834; Wed, 16 Feb 1994 02:55:36 -0500
- Received: from hpschlichter8.informatik.tu-muenchen.de ([131.159.24.23])
- by tuminfo2.informatik.tu-muenchen.de
- with SMTP id <326726>; Wed, 16 Feb 1994 08:55:16 +0100
- Received: by hpschlichter8.informatik.tu-muenchen.de id <49421>; Wed, 16 Feb 1994 08:55:02 +0100
- From: Wagner Michael <wagnermi@informatik.tu-muenchen.de>
- To: winsock@sunsite.unc.edu
- Subject: public NFS
- Cc: wagnermi@hpschlichter8.informatik.tu-muenchen.de
- Message-Id: <94Feb16.085502mesz.49421@hpschlichter8.informatik.tu-muenchen.de>
- Date: Wed, 16 Feb 1994 08:54:55 +0100
-
-
- Is there a non-commercial NFS-client for Windows ?
-
- Or paraphrased: if I have a Winsock running, how do I make my Windows-tasks
- (e.g. filemgr) see a Unix filesystem ?
-
-
- ;-)
-
- Mike
- From news@bigblue.oit.unc.edu Wed Feb 16 11:11:27 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA19911; Wed, 16 Feb 1994 06:56:49 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA10842; Wed, 16 Feb 1994 06:27:46 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 16 Feb 1994 11:11:27 GMT
- From: birkhead_j@lincoln.gpsemi.com (Steve Kirkham)
- Message-Id: <birkhead_j.27.000B313C@lincoln.gpsemi.com>
- Organization: GEC Plessey Semiconductors
- Sender: ses
- Subject: Sockets version of whois and archie
-
- Can someone suggest a source of a sockets version of whois and archie?
-
-
-
- Thanks in anticipation,
- John Birkhead
- From news@bigblue.oit.unc.edu Wed Feb 16 08:56:50 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA29050; Wed, 16 Feb 1994 08:56:50 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA14527; Wed, 16 Feb 1994 08:44:07 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 16 Feb 1994 08:21:55
- From: jobrien@mcs.umes.umd.edu (James M. O'Brien, Jr)
- Message-Id: <jobrien.340.00085DCB@mcs.umes.umd.edu>
- Organization: University of Maryland Eastern Shore
- Sender: ses
- References: <gregg.12.030A4BA7@panix.com>
- Subject: Re: WSFinger Problem
-
- In article <gregg.12.030A4BA7@panix.com> gregg@panix.com (Gregg Gonsalves) writes:
-
- >I've downloaded WSFinger which includes two files: wsfinger.exe and
- >wsfinger.doc. When I try to run it my computer says it can't find the file or
- >one of its components is missing: check filename and path. I'm running it
- >like I've run the rest of my WS applications, so I'm not sure what the problem
- >is. Am I missing something?
-
- Where did you DL it? I forgot to include bwcc.dll in the first archive
- file.You can get the complete archive at sparky.umd.edu in /pub/winsock.
-
- - Jim O'Brien
-
-
- Jim O'Brien, CNE University of Maryland Eastern Shore
- jobrien@mcs.umes.umd.edu Network Manager
- From news@bigblue.oit.unc.edu Wed Feb 16 10:56:55 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA15435; Wed, 16 Feb 1994 10:56:55 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA09732; Wed, 16 Feb 1994 10:33:48 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 16 Feb 1994 08:59:08
- From: xris@ccwf.cc.utexas.edu (Chris Nappi)
- Message-Id: <xris.38.0008FC90@ccwf.cc.utexas.edu>
- Organization: UT Austin
- Sender: ses
- References: <2js8oj$4rm@news-feed-2.PeachNet.EDU>
- Subject: Re: Xwindemo question
-
- In article <2js8oj$4rm@news-feed-2.PeachNet.EDU> tbailey@sun.cc.westga.edu writes:
- >From: tbailey@sun.cc.westga.edu
- >Subject: Xwindemo question
- >Date: 15 Feb 94 23:59:49 GMT
-
-
- >I am able to use Xwindemo and log into a Sun across the state.
- >However, it is exactly the same as a Telnet session.
- >What is wrong? I thought that there would a graphical
- >interface as in Windows.
-
- >Cordially,
-
- >Terry Bailey
- >tbailey@sun.cc.westga.edu
- Try typing xgopher, xclock, and xman...
- Xris
-
-
-